home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / C and C++ / Entertainment / MacMud / Mud 4.0 / mudwho.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-09-30  |  610 b   |  19 lines  |  [TEXT/tefi]

  1. /*
  2.  * configuration file for mudwho entry update
  3.  * This is ONLY AN EXAMPLE! You have to talk to a server admin about your
  4.  * mud-internet-address, the name you will put in here and the password
  5.  * you want to use.
  6.  */
  7.  
  8. /* The ip-address of your mudwho server */
  9. #define MUDWHO_SERVER "134.2.62.161"
  10.  
  11. /* The name of your mud (The server admin must know it, too) */
  12. #define MUDWHO_NAME "Genesis"
  13.  
  14. /* The password you use for your mud to connect to the server */
  15. #define MUDWHO_PASSWORD "YourPassword"
  16.  
  17. /* How often LPmud sends out the "I'm still alive" packet and player list */
  18. #define MUDWHO_REFRESH_TIME 100
  19.